home *** CD-ROM | disk | FTP | other *** search
- on mouseLeave
- set the icon of me to 15018
- end mouseLeave
-
- on mouseDoubleClick
- set the icon of me to 15019
- set the icon of me to 15018
- doIt
- end mouseDoubleClick
-
- on mouseDown
- set the icon of me to 15019
- play clicky
- end mouseDown
-
- on mouseStillDown
- if the mouseLoc is within the rect of me then
- set the icon of me to 15019
- else set the icon of me to 15018
- end mouseStillDown
-
- on mouseUp
- set the icon of me to 15018
- doIt
- end mouseUp
-
- on doIt
- visual effect zoom open
- go home
- end doIt